Publish a new version by pushing a docker container to
registry.planetwars.dev/{bot["name"]}:latest
, or using the web editor.
Versions
{#each versions as version}
-
{dayjs(version["created_at"]).format("YYYY-MM-DD HH:mm")}
{#if version["container_digest"]}
{version["container_digest"]}
{:else}
view code
{/if}
{/each}
{#if versions.length == 0}
This bot does not have any versions yet.
{/if}